/* 图片滚动 */
.i5_tit{float:left;width:100%;border-bottom:1px dotted #aaa;margin-bottom:35px;margin-top:0px;}
.i5_tit .t1{line-height:50px;font-size:24px;float:left;color:#4f4f4f;}
.i5_tit .t2{line-height:50px;font-size:16px;float:left;color:#4f4f4f;margin-left:15px;}

.i5_con{
    float:left;
    width:100%;
    height:388px;
}
.i5_moe{
    float:right;
}
.i5_moe a{
    display: block;
    width:212px;
    height:42px;
    text-align: center;
    line-height: 42px;
    background: #adadad;
    color:#fff;
    font-size:14px;
}
.i5_moe a:hover{
    background: #3f6d85;
    color:#fff;
}



.news_box{padding:0px;margin-bottom:30px;border:1px solid #fff;}
.news_box:hover{background:#f2f2f2;cursor:pointer;border:1px solid #e2e2e2;}
.news_box .pic{width:212px;height:160px;float:left;}
.news_box .pic img{width:212px;height:160px;border:0px;}
.news_box .det{width:334px;height:160px;float:right;line-height:22px;font-size:13px;color:#777;position:relative}
.news_box .det h3{display:block;height:40px;font-size:18px;line-height:40px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.news_box .det h3 a{color:#3f6d84}
.news_box .det h3 a:hover{color:#3f6d84}
.news_box .det span{float:left;display:block;color:#717171;margin-top:5px;font-size:14px;line-height:28px;height:112px;width:100%;overflow: hidden;}
